home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- CResListPane.h
-
-
- SUPERCLASS = CArrayPane
-
- Copyright © 1991 Symantec Corporation. All rights reserved.
-
- TCL 1.1.3 Changes
- [
- - use #pragma once
- ]
- ******************************************************************************/
-
- #pragma once
-
- #include "CArrayPane.h"
-
- class CResListPane : public CArrayPane
- {
- public:
-
- void IResListPane( CView *anEnclosure, CBureaucrat *aSupervisor,
- short aWidth, short aHeight,
- short aHEncl, short aVEncl,
- SizingOption aHSizing, SizingOption aVSizing);
- protected:
-
- virtual void DrawCell( Cell theCell, Rect *cellRect);
-
- };